runtime.mcache.nextFree (method)
3 uses
runtime (current package)
malloc.go#L876: func (c *mcache) nextFree(spc spanClass) (v gclinkptr, s *mspan, shouldhelpgc bool) {
malloc.go#L1060: v, span, shouldhelpgc = c.nextFree(tinySpanClass)
malloc.go#L1085: v, span, shouldhelpgc = c.nextFree(spc)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)